New toy: code that spots text files in my slipbox and automatically creates WP posts from them.
slip:4uaaai1.
h2 heading
This is a para with italics and some bold, plus inline code_span()
and a linebreak at the end.
Like this second visual line in the same paragraph.
Here’s a link to my site and an autolink https://example.org that should pass as plain text.
h3 heading
Unordered list, with nesting:
- one
- two
- two point one
- two point two
- two point two point one
- three
Ordered list, with nesting:
- alpha
- beta 3. beta.1 4. beta.2
- gamma
h4 heading
Fenced code blocks:
<?php
// sample PHP fenced block
$items = ['alpha', 'beta', 'gamma'];
foreach ($items as $i) {
echo strtoupper($i) . "\n";
}
# generic fenced block without language
line 1
line 2
h5 heading
my blockquoty goodness
~ john doe
my blockquoty goodness
~ john doe
A multi-paragraph quote to ensure wrapping works across paragraphs.
Second paragraph of the same quote, still quoted and should render inside a single quote block.
~ jane smith
Another paragraph after the quotes.